home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Remove on Reboot Shell Extension / delreb_setup-1.exe / install_script.iss
Text File  |  2005-03-05  |  1KB  |  30 lines

  1. ;InnoSetupVersion=4.1.4
  2.  
  3. [Setup]
  4. AppName=Remove on Reboot Shell Extension
  5. AppVerName=Remove on Reboot Shell Extension
  6. AppId=Remove on Reboot Shell Extension
  7. AppPublisher=BJB, Inc.
  8. AppPublisherURL=http://www.bjbinc.no-ip.com
  9. AppSupportURL=http://www.bjbinc.no-ip.com
  10. AppUpdatesURL=http://www.bjbinc.no-ip.com
  11. DefaultDirName={pf}\Remove on Reboot
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\Remove.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\RemoveonReboot.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21.  
  22. [Registry]
  23. Root: HKCR; Subkey: "*\Shell\Remove on Next Reboot"; Flags: uninsdeletekey 
  24. Root: HKCR; Subkey: "*\Shell\Remove on Next Reboot\Command"; ValueType: String; ValueData: "{app}\RemoveonReboot.exe %1"; Flags: uninsdeletekey 
  25.  
  26. [Languages]
  27. ; These files are stubs
  28. ; To achieve better results after recompilation, use the real language files
  29. Name: "default"; MessagesFile: "embedded\default.isl"; 
  30.